home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sultan.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Text File  |  2010-03-13  |  170b  |  12 lines

  1. on(release){
  2.    tellTarget("/contadorhuesito")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("/temporal")
  7.    {
  8.       gotoAndPlay(2);
  9.    }
  10.    gotoAndStop(4);
  11. }
  12.